.co-school {
	width: 281px;
	margin:  0;
}



.co-school .sc-1 {
	background: url(../images/add-index/sc-1.jpg) no-repeat;background-size:100% 100%;
}

.co-school .sc-2 {
	background: url(../images/add-index/sc-2.jpg) no-repeat;background-size:100% 100%;
}

.co-school .sc-3 {
	background: url(../images/add-index/sc-3.jpg) no-repeat;
}

.co-school .sc-4 {
	background: url(../images/add-index/sc-4.jpg) no-repeat;
}

.co-school .sc-5 {
	background: url(../images/add-index/sc-5.jpg) no-repeat;
}

.co-school .sc-6 {
	background: url(../images/add-index/sc-6.jpg) no-repeat;
}

.co-school .sc-7 {
	background: url(../images/add-index/sc-11.jpg) no-repeat;
}

.co-school .sc-8 {
	background: url(../images/add-index/sc-12.jpg) no-repeat;
	width: 221px;
	height: 49px;
	padding: 16px 30px;
	line-height: 23px;
	background-size:100% 100%;
}

.co-school .sc-9 {
	background: url(../images/add-index/sc-13.jpg) no-repeat;
	width: 221px;
	height: 49px;
	padding: 16px 30px;
	line-height: 23px;
	background-size:100% 100%;
}

.txtScroll-top.co-school {
	overflow: hidden;
	position: relative;
}

.txtScroll-top.co-school .bd {

}

.txtScroll-top.co-school .infoList li {
	width: 281px;
	height: 100px;
	padding: 15px 0;
	box-sizing:border-box;
}

.co-school a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
	color: #fff;
}




.mod-panel-xbb.bg-green{background: none;}
.section2 .mod-panel-xbb .item-img.zong-sc{
	height:auto;
	margin-top: 30px;
}

.mod-panel-xbb-title.clear{
	clear: both;
    position: relative;
    width: 100%;
    top: auto;
    margin: 0 0 20px;
    left: auto;
}
.mod-panel-img .ptxt {
    line-height: 22px;
    padding: 5px 10px;
}

.mod-wrap-login {
    height: 134px;
    background-position: 0 -60px;
}


    .bg-wrap{
        animation:showhide 15s infinite;
        width: 350px;
        height:50px;
        overflow: hidden;
		margin-left:400px;
		margin-top:20px;
    }
    @keyframes showhide {
        0%  {
            opacity: 0;
            width: 568px;
        }
        25%  {
            opacity: 1;
            width: 568px;
        }
        50% {
            opacity: 0;
            width: 0;
        }
        75% {
            opacity: 1;
            width: 568px;
        }
        100% {
            opacity: 0;
            width: 568px;
        }
    }
    .bg-wrap img{
        width: 350px;
        height:50px;
    }